Skip to content

Commit

Permalink
Add node 20 support in workflow, re-generate package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 28, 2023
1 parent cd72c10 commit d8bcf1a
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 857 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- id: set-matrix
run: |
echo "::set-output name=matrix::{\"node-version\": [\"$NODE_LTS_MAINTENANCE_VERSION\", \"$NODE_LTS_ACTIVE_VERSION\"]}"
echo "::set-output name=matrix::{\"node-version\": [\"$NODE_LTS_MAINTENANCE_VERSION\", \"$NODE_LTS_ACTIVE_VERSION\", \"$NODE_LTS_CURRENT_VERSION\"]}"
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
node_lts_maintenance_version: ${{ env.NODE_LTS_MAINTENANCE_VERSION }}
Expand Down
Loading

0 comments on commit d8bcf1a

Please sign in to comment.