Skip to content

Commit

Permalink
infra: upgrade node@18 npm@9
Browse files Browse the repository at this point in the history
- regenerate lock file using npm@9
- move to node 18 in types and ci
  • Loading branch information
idoros committed Sep 13, 2023
1 parent 2587616 commit 8beb559
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1,826 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org/'
cache: npm
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16]
node-version: [18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 8beb559

Please sign in to comment.