1 parent 1be9991 commit f4c6924Copy full SHA for f4c6924
1 file changed
.github/workflows/ci.yml
@@ -10,14 +10,14 @@ jobs:
10
steps:
11
# https://github.com/actions/setup-node
12
- name: Setup Node.js 🕸
13
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v7
14
with:
15
# https://github.com/nvm-sh/nvm#long-term-support
16
node-version: 'lts/*'
17
18
# https://github.com/actions/checkout
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
21
22
persist-credentials: false
23
0 commit comments