Skip to content

Commit

Permalink
build: target node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jrassa committed Sep 17, 2024
1 parent 18e0d5a commit 0036485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:18.16
image: node:20

stages:
- test
Expand Down

0 comments on commit 0036485

Please sign in to comment.