We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154440e commit 7c7dea2Copy full SHA for 7c7dea2
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
version: 6
45
46
- name: Set node version to ${{ matrix.node_version }}
47
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
48
with:
49
node-version: ${{ matrix.node_version }}
50
cache: "pnpm"
@@ -82,7 +82,7 @@ jobs:
82
83
84
- name: Set node version to 16
85
86
87
node-version: 16
88
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Set node version to 16.x
26
27
28
node-version: 16.x
29
registry-url: https://registry.npmjs.org/
0 commit comments