Skip to content

Commit

Permalink
Update dependencies and Node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Sep 2, 2023
1 parent bc8bf89 commit 3776ac8
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 300 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Using Node 16
- name: Using Node 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Update npm version to latest
run: npm install -g npm@latest # shop showing warnings about the lockfile
- name: Install dependencies
Expand Down
Loading

0 comments on commit 3776ac8

Please sign in to comment.