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 81537cf commit 33a7ba3Copy full SHA for 33a7ba3
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
25
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
26
with:
27
node-version: '16'
28
cache: 'npm'
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: set git core.autocrlf to 'input'
18
run: git config --global core.autocrlf input
19
20
21
node-version: '16.x'
0 commit comments