We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18939a commit 4b5aab4Copy full SHA for 4b5aab4
.github/workflows/main.yml
@@ -23,10 +23,11 @@ jobs:
23
node-version: '20.x'
24
registry-url: 'https://registry.npmjs.org'
25
26
+ - name: update npm # https://docs.npmjs.com/trusted-publishers
27
+ run: npm install -g npm@latest
28
+
29
- name: setup playwright for tests
30
run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome
31
32
- name: build, test and release sqlite-wasm
- run: cd sqlite-wasm && npm run deploy
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33
+ run: cd sqlite-wasm && npm run deploy
0 commit comments