Skip to content

Commit ffabca9

Browse files
committed
Update GitHub actions to use Node.js 20
1 parent 3338329 commit ffabca9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [
17-
10,
18-
12,
19-
14,
17+
20
2018
]
2119
steps:
2220
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 10
17+
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Set release version

0 commit comments

Comments
 (0)