We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
18
1 parent d49b238 commit 6cadbdbCopy full SHA for 6cadbdb
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-node@v4
11
with:
12
- node-version: 16
+ node-version: 18
13
cache: 'npm'
14
15
- name: NPM Install
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
- name: Setup node
16
uses: actions/setup-node@v4
17
19
20
registry-url: 'https://registry.npmjs.org'
21
0 commit comments