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 71825d6 commit e3b151eCopy full SHA for e3b151e
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
version: 6.20.0
29
- name: Setup Node.js v14.x
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
31
32
node-version: 14
33
cache: 'pnpm'
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
version: 6.17.0
25
- name: Setup Node.js ${{ matrix.node }}
26
node-version: ${{ matrix.node }}
0 commit comments