We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c973f34 commit 249ecabCopy full SHA for 249ecab
.github/workflows/generate_publish_release.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
+ with:
14
+ node-version: "20"
15
- uses: ruby/setup-ruby@v1
16
with:
17
ruby-version: 3.1
.github/workflows/publish.yml
@@ -14,8 +14,8 @@ jobs:
- node-version: '12.x'
18
- registry-url: 'https://registry.npmjs.org'
+ node-version: "20.x"
+ registry-url: "https://registry.npmjs.org"
19
- run: npm install
20
- run: npm publish
21
env:
0 commit comments