Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Check out source
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '24'
- name: Build
run: |
npm ci
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
ref: 'dist'
path: 'dist'
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '24'
- name: Build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
show:
description: Types of tests to show in the results table
runs:
using: 'node20'
using: 'node24'
main: 'index.js'
branding:
icon: check-square
Expand Down
Loading