Skip to content

Commit

Permalink
use node 18 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Last-Order committed Oct 10, 2023
1 parent 909b9dc commit a82991b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a82991b

Please sign in to comment.