Skip to content

Commit

Permalink
js: update wasm-publish workflow
Browse files Browse the repository at this point in the history
update version of nodejs to 14.x.x, version 12 is not maintaiened
anymore.

update the actions trigger, even should only trigger on some specific tag
push events.
  • Loading branch information
sago2k8 committed Jan 25, 2023
1 parent 7d09ce2 commit 3848387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
name: wasm-api
on:
push:
tags: 'v*'
tags:
- v*

jobs:
publish:
Expand All @@ -19,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '12.16.1'
node-version: '14.21.2'
registry-url: 'https://registry.npmjs.org'

- name: Check out code
Expand Down

0 comments on commit 3848387

Please sign in to comment.