mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Change github action to use node v20 LTS and new setup node.
This commit is contained in:
parent
1af414c29a
commit
b6c24c260e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/svelte_check.yml
vendored
2
.github/workflows/svelte_check.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
version: 8
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.10.0
|
||||
cache: 'pnpm'
|
||||
|
|
|
|||
Loading…
Reference in a new issue