2 parents 31d94f1 + d99cf09 commit 76cea04Copy full SHA for 76cea04
3 files changed
.github/workflows/ci.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
16
- name: Clone NoJS Core for tests
17
run: git clone --depth 1 https://github.com/ErickXavier/no-js.git "$GITHUB_WORKSPACE/../NoJS"
18
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
20
with:
21
node-version: 20
22
cache: npm
0 commit comments