mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CI: Update Node version (#1578)
This commit is contained in:
10
.github/workflows/fetch-changes.yml
vendored
10
.github/workflows/fetch-changes.yml
vendored
@@ -12,11 +12,11 @@ jobs:
|
||||
fetchChangelog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node v16.13.1
|
||||
uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16.13.1
|
||||
node-version: 20
|
||||
cache: "npm"
|
||||
- name: Install NPM dependencies
|
||||
working-directory: ./tools/fetch-changelog
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
echo
|
||||
echo "You may want to go to https://gist.github.com/ to upload the final changelog"
|
||||
echo "The next step will require an url because we can't easily pass multiline strings to actions"
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: bitburner_changelog___DRAFT.md
|
||||
path: ./tools/fetch-changelog/changes.md
|
||||
|
||||
Reference in New Issue
Block a user