Skip to content

Commit 8382e31

Browse files
committed
chore: fix cronjob
1 parent 21193f6 commit 8382e31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '🚀 Publish'
1+
name: '🚀 Publish new release'
22

33
on:
44
push:
@@ -10,12 +10,12 @@ jobs:
1010
name: '🚀 Publish'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: '📚 Checkout'
14-
uses: actions/checkout@v2.1.1
13+
- name: 📚 Check out Git repository
14+
uses: actions/checkout@v2
1515
- name: '🟢 Setup Node.js'
16-
uses: actions/setup-node@v1.4.2
16+
uses: actions/setup-node@v1
1717
with:
18-
node-version: 14
18+
node-version: '16'
1919
- name: '🚀 Publish'
2020
run: npm publish --access public
2121
env:

0 commit comments

Comments
 (0)