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 989bcb5 commit d360c03Copy full SHA for d360c03
.github/workflows/publish.yml
@@ -11,14 +11,14 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
# Setup Node.js environment
17
- name: Use Node.js
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
19
with:
20
- node-version: '14'
21
- registry-url: 'https://registry.npmjs.org/'
+ node-version: '20.x'
+ registry-url: 'https://npm.pkg.github.com'
22
23
# Install dependencies (if any) and build your project (if necessary)
24
- name: Install dependencies and build
0 commit comments