Skip to content

Commit d360c03

Browse files
committed
update node version
1 parent 989bcb5 commit d360c03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
# Setup Node.js environment
1717
- name: Use Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: '14'
21-
registry-url: 'https://registry.npmjs.org/'
20+
node-version: '20.x'
21+
registry-url: 'https://npm.pkg.github.com'
2222

2323
# Install dependencies (if any) and build your project (if necessary)
2424
- name: Install dependencies and build

0 commit comments

Comments
 (0)