Skip to content

Commit

Permalink
chore: Update actions/setup-node and Nu
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jul 24, 2024
1 parent 9f834d4 commit b4a0a09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- uses: hustcer/setup-nu@v3
with:
version: 0.95.0
version: 0.96.0

- name: Publish to NPM
run: nu nu/npm.nu each --sync
Expand All @@ -47,14 +47,14 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- uses: hustcer/setup-nu@v3
with:
version: 0.95.0
version: 0.96.0

- name: Publish the base package
continue-on-error: true
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sync-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- uses: hustcer/setup-nu@v3
with:
version: 0.95.0
version: 0.96.0

- name: Publish the base package
continue-on-error: true
Expand All @@ -47,9 +47,9 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Test Nu Install from NPM Registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Install node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Test Nu Install from NPM Registry
Expand Down

0 comments on commit b4a0a09

Please sign in to comment.