Skip to content

Commit 2e63c24

Browse files
committed
👷 Update publish action
1 parent 232a9b3 commit 2e63c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '10.x'
16+
node-version: '14.x'
1717
registry-url: 'https://npm.pkg.github.com'
1818
- name: Install
1919
# Skip post-install to avoid malicious scripts stealing PAT

0 commit comments

Comments
 (0)