Skip to content

Commit 900a572

Browse files
committed
Use nodejs v18 in GitHub actions
1 parent 7b3a5f0 commit 900a572

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: NPM Publish
22

33
env:
4-
NODE_VERSION: 16
4+
NODE_VERSION: 18
55

66
on:
77
push:
@@ -21,9 +21,6 @@ jobs:
2121
registry-url: https://registry.npmjs.org/
2222
cache: npm
2323

24-
- run: node --version
25-
- run: npm --version
26-
2724
- name: Install dependencies
2825
run: npm ci
2926

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22

33
env:
4-
NODE_VERSION: 16
4+
NODE_VERSION: 18
55

66
on:
77
push:
@@ -22,9 +22,6 @@ jobs:
2222
node-version: ${{ env.NODE_VERSION }}
2323
cache: npm
2424

25-
- run: node --version
26-
- run: npm --version
27-
2825
- name: Install dependencies
2926
run: npm ci
3027

0 commit comments

Comments
 (0)