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 3ee6e9a commit eb88324Copy full SHA for eb88324
3 files changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
8
- uses: actions/setup-node@v4
9
with:
10
node-version-file: '.nvmrc'
.github/workflows/lint.yml
lint:
.github/workflows/test.yml
test:
0 commit comments