Skip to content

Commit

Permalink
chore: upgrade to node 20 LTS (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
KROSF authored Feb 23, 2024
1 parent 32fee16 commit dc631c1
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
Original file line number Diff line number Diff line change
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.16.0'
node-version: '20.11'
cache: 'yarn'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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.16.0'
node-version: '20.11'
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
required: false

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

0 comments on commit dc631c1

Please sign in to comment.