Skip to content

Commit

Permalink
chore(workflows/ci): test against Node.js 20 and 21. (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Feb 22, 2024
1 parent ccd6037 commit 1610167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
serverless: ['1', '2', '3']
node: [ '14', '15', '16', '18', '19' ]
node: [ '14', '15', '16', '18', '19', '20', '21' ]
name: CI (Node v${{ matrix.node }}, serverless@${{ matrix.serverless }})
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1610167

Please sign in to comment.