Skip to content

Commit

Permalink
ci: update github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 3, 2024
1 parent 93f9367 commit d70a1f0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mymindstorm/setup-emsdk@v10
- uses: actions/checkout@v4
- uses: mymindstorm/setup-emsdk@v13
with:
version: '2.0.24'
version: '3.1.44'
actions-cache-folder: 'emsdk-cache'
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'
scope: '@tybys'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm install
Expand All @@ -31,4 +30,4 @@ jobs:
- run: npm run build
- name: Publish NPM
if: ${{ startsWith(github.event.ref, 'refs/tags') }}
run: npm publish --@tybys:registry=https://registry.npmjs.org/ --access public
run: npm publish

0 comments on commit d70a1f0

Please sign in to comment.