Skip to content

Commit

Permalink
chore: update libraries and node version in GitHub Action (#117)
Browse files Browse the repository at this point in the history
* chore: update libraries

* ci: update node version v22
  • Loading branch information
Gumichocopengin8 authored Oct 18, 2024
1 parent 8d52279 commit 90a8ca1
Show file tree
Hide file tree
Showing 9 changed files with 388 additions and 379 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/webCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint, test
Expand All @@ -42,12 +42,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm run build
Expand Down
Loading

0 comments on commit 90a8ca1

Please sign in to comment.