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
|
version: 8
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.10.0
|
node-version: 20.10.0
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue