Skip to content

Commit bd3ee52

Browse files
committed
workflow
1 parent f70cc88 commit bd3ee52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '14.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm test

0 commit comments

Comments
 (0)