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 06bf8bb commit 215d48eCopy full SHA for 215d48e
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [16.x]
+ node-version: [18.x]
20
21
steps:
22
- uses: actions/checkout@v2
.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 16
+ node-version: 18
15
registry-url: 'https://registry.npmjs.org'
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: echo ${VERSION}
0 commit comments