We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31dc0e commit 288f80bCopy full SHA for 288f80b
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
name: Build and test
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: actions/setup-node@v3
12
- run: npm install
13
- run: npm test
0 commit comments