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 90cb50d commit e6a3e40Copy full SHA for e6a3e40
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
release:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: actions/setup-node@v4
12
with:
13
node-version: lts/*
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
test:
14
15
16
17
cache: npm
0 commit comments