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 f37e0bb commit c5c3034Copy full SHA for c5c3034
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Checkout 🛎️
14
uses: actions/[email protected]
15
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
16
with:
17
node-version: 22
18
- name: Install dependencies
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
- name: Install and Build
@@ -22,7 +22,7 @@ jobs:
22
NODE_ENV: production
23
- name: Create archive as a preparation for the release
24
run: zip -r release.zip dist/**
25
26
27
28
- name: Release to GitHub
0 commit comments