Skip to content

Commit

Permalink
Update action to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
takost committed Nov 16, 2023
1 parent 5d45e10 commit d91a302
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21,910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install NPM dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
description: 'Build target to detect build dependencies. If unspecified, will use "all", with will detect all dependencies used in all build targets (including tests and tools).'
default: 'all'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit d91a302

Please sign in to comment.