Skip to content

Commit 763036a

Browse files
committed
ci: bump GHA version and Node 22
1 parent f96a58e commit 763036a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stable-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
env:
1010
INPUT_TOKEN: ${{ secrets.NPM_TOKEN }}
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 16
15+
node-version: 22
1616
- run: yarn
1717
- run: yarn build
18-
- uses: JS-DevTools/npm-publish@v1
18+
- uses: JS-DevTools/npm-publish@v3
1919
with:
2020
access: public
2121
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)