Skip to content

Commit

Permalink
build(node): use latest node LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-comeau committed Dec 19, 2023
1 parent f7b8047 commit 31b770d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout 🔔
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: 'frontend/.nvmrc'

- name: Install
run: npm install
env:
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.14.2
lts/*

0 comments on commit 31b770d

Please sign in to comment.