Skip to content

Commit 68fa29d

Browse files
committed
chore: Update Node.js version to 20 in GitHub Actions workflow
1 parent e11f663 commit 68fa29d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
1717
with:
18-
node-version: '14'
18+
node-version: '20'
1919

2020
- name: Install dependencies
2121
run: npm install
@@ -29,4 +29,4 @@ jobs:
2929
- name: Publish to npm
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32-
run: npm publish
32+
run: npm publish --access public

0 commit comments

Comments
 (0)