Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-98757966904f4d97f37f728fbba7884c
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSSte committed Oct 25, 2023
2 parents 2c6ce28 + 04673e8 commit e803aae
Show file tree
Hide file tree
Showing 8 changed files with 12,765 additions and 94 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
Loading

0 comments on commit e803aae

Please sign in to comment.