Skip to content

Commit

Permalink
chore: update nodejs version to v20 and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tednaaa committed Nov 17, 2023
1 parent d0c9747 commit f2979af
Show file tree
Hide file tree
Showing 4 changed files with 3,927 additions and 2,481 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,21 @@ name: CI

on:
push:
branches: ['main']
branches: ["main"]
pull_request:
branches: ['main']
branches: ["main"]

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.15.0]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0

- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.15.0
nodejs 20.9.0
Loading

0 comments on commit f2979af

Please sign in to comment.