Skip to content

Commit

Permalink
update to nodejs 22 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn248 authored Jul 13, 2024
1 parent d1a3df0 commit 39cffa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
lfs: true
- name: Checkout LFS Objects
run: git lfs fetch --all
- name: Use Node.js '18.x'
- name: Use Node.js '22.x'
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- run: npm ci
- run: npm run build --if-present

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js '18.x'
- name: Use Node.js '22.x'
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
- run: npm ci
- run: npm run lint

0 comments on commit 39cffa6

Please sign in to comment.