Skip to content

Commit

Permalink
update workflow to latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Sep 12, 2024
1 parent d465cd3 commit fc375b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/load-from-blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Check-out tenthousandsu.com website repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check-out update-script repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'su-squares/update-script'
path: 'update-script'
Expand All @@ -36,10 +36,10 @@ jobs:
mv erc721 update-script/build/metadata
echo $UPDATE_SCRIPT_CONFIG_JSON > update-script/config.json
- name: Set up Node 16
uses: actions/setup-node@v3
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 'lts/*'
cache: 'yarn'
cache-dependency-path: 'update-script/yarn.lock'

Expand Down

0 comments on commit fc375b0

Please sign in to comment.