Skip to content

Commit

Permalink
fix: removed old version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 24, 2023
1 parent b6a5e74 commit a25d934
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, 17, 18, 19, 20]
node-version: [16, 17, 18, 19, 20, 21]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit a25d934

Please sign in to comment.