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 ac27d88 commit c9a22c5Copy full SHA for c9a22c5
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js
11
uses: actions/setup-node@v3
12
with:
13
- node-version: '18.x'
+ node-version: '20.x'
14
- name: Install Dependencies
15
run: npm ci
16
- name: Build
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
0 commit comments