Skip to content

Commit dc631c1

Browse files
authored
chore: upgrade to node 20 LTS (#134)
1 parent 32fee16 commit dc631c1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- name: Set Node.js 18.x
26+
- name: Set Node.js 20.x
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18.16.0'
29+
node-version: '20.11'
3030
cache: 'yarn'
3131

3232
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set Node.js 18.x
16+
- name: Set Node.js 20.x
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18.16.0'
19+
node-version: '20.11'
2020
cache: 'yarn'
2121

2222
- name: Install dependencies

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ inputs:
4141
required: false
4242

4343
runs:
44-
using: 'node16'
44+
using: 'node20'
4545
main: 'dist/index.js'

0 commit comments

Comments
 (0)