Skip to content

Commit

Permalink
chore: bump node version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Apr 3, 2024
1 parent 03eac43 commit b41fb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -64,7 +64,7 @@ jobs:
# Runs the Super-Linter action
strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

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

0 comments on commit b41fb6b

Please sign in to comment.