Skip to content

Commit

Permalink
ci: Use node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Aug 13, 2024
1 parent d490f64 commit 7318afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- run: npm install
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- uses: actions/checkout@v4

- name: Use Node.js LTS 18
- name: Use Node.js LTS 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 7318afd

Please sign in to comment.