Skip to content

Commit 8a30669

Browse files
authored
ci: bump node and actions/checkuot versions (#245)
1 parent a214db5 commit 8a30669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: "Deploy website"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1.0.0
13+
- uses: actions/checkout@v6
1414
- uses: dcodeIO/setup-node-nvm@master
1515
with:
16-
node-version: 16
16+
node-version: 24
1717
- name: Build
1818
run: |
1919
npm ci --no-audit

0 commit comments

Comments
 (0)