Skip to content

Commit

Permalink
bump: upgrade Node from 16.x to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucohny authored Nov 29, 2023
1 parent 07d85b6 commit 4d2ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4d2ae0a

Please sign in to comment.