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 d344bfe commit 22ebfaaCopy full SHA for 22ebfaa
2 files changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
environment: deployment
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
10
- uses: actions/setup-node@v3
11
with:
12
node-version: 18.x
.github/workflows/test.yml
@@ -3,7 +3,7 @@ jobs:
3
Lint:
4
5
@@ -20,7 +20,7 @@ jobs:
20
21
- run: git config --global core.autocrlf false
22
- run: git config --global core.eol lf
23
24
25
26
node-version: ${{ matrix.node }}
0 commit comments