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 81ecbf7 commit 06265fdCopy full SHA for 06265fd
.github/workflows/check-dist.yml
@@ -23,10 +23,10 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
26
- - name: Set Node.js 16.x
+ - name: Set Node.js 18.x
27
uses: actions/setup-node@v3.5.1
28
with:
29
- node-version: 16.x
+ node-version: 18.x
30
31
- name: Install dependencies
32
run: npm ci
.github/workflows/test.yml
0 commit comments