@ezhang6811/npm-publish-test 1.0.6 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,16 +19,16 @@ jobs:
19
19
  runs-on: ubuntu-latest
20
20
  steps:
21
21
  - uses: actions/checkout@v4
22
- - uses: actions/setup-node@v4
22
+ - uses: actions/setup-node@v1
23
23
  with:
24
- node-version: '22'
24
+ node-version: '20'
25
25
  registry-url: 'https://registry.npmjs.org'
26
26
 
27
27
  - name: Check npm version
28
28
  run: npm --version
29
29
 
30
30
  - name: Upgrade npm
31
- run: npm install -g npm@latest
31
+ run: npm install -g npm@11.7.0
32
32
 
33
33
  - name: Check npm version after upgrade
34
34
  run: npm --version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezhang6811/npm-publish-test",
3
- "version": "1.0.6",
3
+ "version": "1.1.0",
4
4
  "description": "test publishing to npm with OIDC auth",
5
5
  "main": "index.js",
6
6
  "repository": "ezhang6811/npm-publish-test",