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.
This commit is contained in:
parent
e30b236736
commit
1af414c29a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/svelte_check.yml
vendored
2
.github/workflows/svelte_check.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.18.2
|
||||
node-version: 20.10.0
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue