Skip to content

Commit bc51f18

Browse files
committed
Locked version number to node.js 20
1 parent ed36e57 commit bc51f18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Update NPM to latest

.github/workflows/test.workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
node: [18, 20]
2524

2625
steps:
2726
- name: Check out repository
@@ -30,7 +29,7 @@ jobs:
3029
- name: Install Node.js
3130
uses: actions/setup-node@v4
3231
with:
33-
node-version: ${{ matrix.node }}
32+
node-version: 20
3433

3534
- name: Update NPM to latest
3635
run: npm install npm@latest -g

0 commit comments

Comments
 (0)