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 5d5c3d9 commit 83f3b01Copy full SHA for 83f3b01
.github/workflows/publish.yml
@@ -8,14 +8,14 @@ on:
8
jobs:
9
release:
10
name: 🚀 Publish
11
- runs-on: macos-11
+ runs-on: macos-13
12
steps:
13
- name: 📚 checkout
14
uses: actions/[email protected]
15
- name: 🟢 node
16
17
with:
18
- node-version: 16
+ node-version: 18
19
registry-url: https://registry.npmjs.org
20
- name: 🚀 Build & Publish
21
run: yarn install && yarn build && yarn publish --access public
0 commit comments