Skip to content

Commit 863af76

Browse files
author
Emil Kais
committed
Fix publish.yaml
1 parent aac1de4 commit 863af76

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ name: Publish Package to NPM
22
on:
33
release:
44
types: [created]
5-
# Optionally enable manual trigger from GitHub Actions tab
6-
workflow_dispatch:
75
jobs:
86
build-and-publish:
97
runs-on: ubuntu-latest
108
steps:
119
- name: Checkout repository
12-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1311
- name: Setup Node.js
14-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v4
1513
with:
16-
node-version: '16'
14+
node-version: '20'
1715
registry-url: 'https://registry.npmjs.org'
1816

1917
- name: Install dependencies

0 commit comments

Comments
 (0)