Skip to content

Commit

Permalink
Update runner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 12, 2024
1 parent 1070097 commit ba2d527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: mansona/npm-lockfile-version@v1
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "22"
- name: Cache modules
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 19]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ba2d527

Please sign in to comment.