Skip to content

Commit

Permalink
Updated ci to use latest LTS node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonradier committed Jan 6, 2023
1 parent 21874b8 commit 2d4f4f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit 2d4f4f8

Please sign in to comment.