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 d447155 commit c772f47Copy full SHA for c772f47
.github/workflows/release.yml
@@ -8,10 +8,10 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3.5.3
12
- - uses: actions/setup-node@v3.7.0
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
- node-version: "18.x"
+ node-version: "22.x"
15
- run: npm install
16
17
- name: install npm packall
@@ -24,7 +24,7 @@ jobs:
24
# Else New release will be created
25
- name: Bump version and push tag
26
id: tag_version
27
- uses: mathieudutour/github-tag-action@v6.1
+ uses: mathieudutour/github-tag-action@v6.2
28
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
default_bump: false
0 commit comments