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