Skip to content

Commit

Permalink
chore: upgrade node version to node20 (#271)
Browse files Browse the repository at this point in the history
Fixes: #263
  • Loading branch information
aymanbagabas authored May 28, 2024
1 parent 1f541d3 commit f366cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
cache-dependency-path: package-lock.json

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Rebuild the dist/ directory
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:
default: 'false'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit f366cc9

Please sign in to comment.