Skip to content

Commit

Permalink
Merge pull request #639 from takost/takost/update-to-node-20
Browse files Browse the repository at this point in the history
Update action to node20
  • Loading branch information
febuiles committed Jan 18, 2024
2 parents 78aeb2a + 02456f4 commit dbf82a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 18.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -62,5 +62,5 @@ inputs:
required: false
default: 120
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit dbf82a4

Please sign in to comment.