There was an error while loading. Please reload this page.
1 parent 2d234bc commit b44c4b8Copy full SHA for b44c4b8
1 file changed
.github/workflows/release.yml
@@ -6,15 +6,15 @@ on:
6
- 'v*'
7
8
env:
9
- NODE_VERSION: 16
+ NODE_VERSION: 20
10
11
jobs:
12
build:
13
runs-on: ubuntu-22.04
14
timeout-minutes: 5
15
steps:
16
- - uses: actions/checkout@v3
17
- - uses: actions/github-script@v6
+ - uses: actions/checkout@v4
+ - uses: actions/github-script@v7
18
with:
19
script: |
20
github.rest.repos.createRelease({
@@ -23,7 +23,7 @@ jobs:
23
tag_name: '${{ github.ref }}',
24
name: 'Release ${{ github.ref_name }}'
25
})
26
- - uses: aboutbits/github-actions-node/setup-and-install@v1
+ - uses: aboutbits/github-actions-node/setup-and-install@v2
27
28
node-version: ${{ env.NODE_VERSION }}
29
registry-url: 'https://registry.npmjs.org'
0 commit comments