Skip to content

Commit 86dd544

Browse files
committed
upgrade to node 20
1 parent acfed36 commit 86dd544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99

10-
- name: Use Node.js 16
10+
- name: Use Node.js 20
1111
uses: actions/[email protected]
1212
with:
13-
node-version: 16
13+
node-version: 20
1414
registry-url: https://npm.pkg.github.com/
1515
- run: npm ci
1616
- name: Code Linting

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# SETUP NODE
6868
- uses: actions/[email protected]
6969
with:
70-
node-version: 14
70+
node-version: 20
7171
registry-url: https://npm.pkg.github.com/
7272

7373
# GET TAG NAME

0 commit comments

Comments
 (0)