Skip to content

Commit

Permalink
πŸ’š chore(ci): upgrade node version to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
vientorepublic committed Dec 6, 2024
1 parent 436018e commit a14dcfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm run build

0 comments on commit a14dcfc

Please sign in to comment.