Skip to content

Commit

Permalink
Merge pull request #122 from JoSSte/feature/addNode20
Browse files Browse the repository at this point in the history
Feature/add node20
  • Loading branch information
JoSSte authored Oct 25, 2023
2 parents 3ce86b6 + 313d158 commit 04673e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [16.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Cache node modules
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v3
with:
Expand All @@ -56,7 +56,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and npm run build
Expand Down

0 comments on commit 04673e8

Please sign in to comment.