Skip to content

Commit

Permalink
Bump nodejs version from 14 to 18 for Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiGoller committed Aug 1, 2023
1 parent 15e8d0e commit 4a4522d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

steps:
- name: Checkout code
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 4a4522d

Please sign in to comment.