Skip to content

Commit

Permalink
Merge pull request #55 from ripe-tech/hg/node_version
Browse files Browse the repository at this point in the history
feat: review node versions
  • Loading branch information
3rdvision authored Jun 20, 2023
2 parents 385a0a8 + 12d1c26 commit af03ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Deploy
strategy:
matrix:
node-version: [14]
node-version: [16]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit af03ee2

Please sign in to comment.