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 3b6e16c commit 724afb9Copy full SHA for 724afb9
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v2
16
with:
17
- node-version: 16
+ node-version: 18
18
registry-url: https://registry.npmjs.org/
19
- run: npm ci
20
- run: npm run build
.github/workflows/test.yml
@@ -15,10 +15,10 @@ jobs:
ref: ${{ github.base_ref }}
- - name: Use Node.js 16.x
+ - name: Use Node.js 18.x
uses: actions/setup-node@v2
21
- node-version: 16.x
+ node-version: 18.x
22
23
24
- run: npm run test
.nvmrc
@@ -1 +1 @@
1
-16
+18
0 commit comments