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 d153013 commit 12ac347Copy full SHA for 12ac347
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout sources
13
uses: actions/checkout@v4
14
- name: Use Node.js ${{ matrix.node-version }}
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
16
with:
17
node-version: ${{ matrix.node-version }}
18
- name: Installing dependencies
.github/workflows/publish.yml
@@ -9,9 +9,9 @@ jobs:
9
10
11
- name: Use Node.js 16.x.x
- node-version: 16
+ node-version: 18
run: npm ci
- name: Building sources
0 commit comments