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.
2 parents a06715e + 97c0db2 commit 10f9792Copy full SHA for 10f9792
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node-version: [14]
+ node-version: [18]
11
steps:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.nvmrc
@@ -1 +1 @@
1
-v14.17
+v18
0 commit comments