Skip to content

Commit 45cec5e

Browse files
committed
Update GitHub Actions
Signed-off-by: NishkarshRaj <[email protected]>
1 parent e639def commit 45cec5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: https://registry.npmjs.org/
16-
- run: |
16+
- name: Install dependencies, build, and publish
17+
run: |
1718
npm i -g yarn
1819
yarn install
1920
yarn tsc

0 commit comments

Comments
 (0)