Skip to content

Commit

Permalink
Bump dependencies, test on Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Jan 5, 2024
1 parent 2cbb934 commit 3e785f5
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 233 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 3e785f5

Please sign in to comment.