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 e386525 commit ee2a470Copy full SHA for ee2a470
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Setup Node.js
20
uses: actions/setup-node@v4
@@ -47,13 +47,7 @@ jobs:
47
run: npm pack
48
49
- name: Upload npm package artifact
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: npm-package
53
path: '*.tgz'
54
-
55
- - name: Publish to GitHub Packages
56
- if: github.ref == 'refs/heads/main'
57
- env:
58
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
- run: npm publish ./*.tgz --registry=https://npm.pkg.github.com/
0 commit comments