Skip to content

Commit c772f47

Browse files
Updated node version in package publish workflow file
1 parent d447155 commit c772f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.5.3
12-
- uses: actions/setup-node@v3.7.0
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "18.x"
14+
node-version: "22.x"
1515
- run: npm install
1616

1717
- name: install npm packall
@@ -24,7 +24,7 @@ jobs:
2424
# Else New release will be created
2525
- name: Bump version and push tag
2626
id: tag_version
27-
uses: mathieudutour/github-tag-action@v6.1
27+
uses: mathieudutour/github-tag-action@v6.2
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
default_bump: false

0 commit comments

Comments
 (0)