We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322668b commit 9dea378Copy full SHA for 9dea378
.github/workflows/tests.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-20.04
8
steps:
9
- uses: actions/checkout@v2
10
- - name: Use Node.js 16
+ - name: Use Node.js 18
11
uses: actions/setup-node@v1
12
with:
13
- node-version: 16.x
+ node-version: 18.x
14
- uses: actions/cache@v2
15
16
path: ~/.npm
@@ -28,10 +28,10 @@ jobs:
28
timeout-minutes: 10
29
30
31
32
33
34
35
36
37
.nvmrc
@@ -1 +1 @@
1
-16
+18
0 commit comments