We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb86601 commit 940b686Copy full SHA for 940b686
.github/workflows/publish-node.js.yml
@@ -12,12 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
with:
17
ref: ${{ github.event.release.target_commitish }}
18
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
19
20
- node-version: 16
+ node-version: 18
21
cache: 'npm'
22
- run: git config --global user.name "GitHub CD bot"
23
- run: git config --global user.email "[email protected]"
0 commit comments