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 7b3a5f0 commit 900a572Copy full SHA for 900a572
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: NPM Publish
2
3
env:
4
- NODE_VERSION: 16
+ NODE_VERSION: 18
5
6
on:
7
push:
@@ -21,9 +21,6 @@ jobs:
21
registry-url: https://registry.npmjs.org/
22
cache: npm
23
24
- - run: node --version
25
- - run: npm --version
26
-
27
- name: Install dependencies
28
run: npm ci
29
.github/workflows/tests.yml
name: Tests
@@ -22,9 +22,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
30
0 commit comments