Skip to content

Commit 7b80847

Browse files
committed
Jump straight to Node 18
1 parent de3be1d commit 7b80847

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/test.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
20-
- name: Use Ubuntu 20.04's nodejs
21-
uses: actions/setup-node@v2
22-
with:
23-
node-version: 10.x
24-
- name: Install node modules
25-
run: npm install
20+
- name: Use node from .nvmrc
21+
uses: dcodeIO/setup-node-nvm@master
22+
- name: Install node modules as specified in lockfile
23+
run: npm ci
2624
- name: Install latest vg release
2725
# See https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 for how we pull out the right URL
2826
run: |

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.24.1
1+
v18.7.0

0 commit comments

Comments
 (0)