change actions
This commit is contained in:
parent
73babdae42
commit
1e92f8941c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-actions-demo.yml
vendored
2
.github/workflows/github-actions-demo.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
init:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [ 17.x ]
|
||||
node-version: [ 18.x ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue