Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 279bc2e

Browse files
authored
Update actions/* deps to v3
1 parent 9d217ca commit 279bc2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Use Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
17+
with:
18+
node-version: '16'
1719
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
1820
- run: npm install
1921
- run: npm run prepack

0 commit comments

Comments
 (0)