Skip to content

Commit

Permalink
Merge pull request #1546 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

ci: bump actions/setup-node from 3 to 4
  • Loading branch information
ptrus authored Nov 24, 2023
2 parents aa11ed5 + b2f2676 commit 0641464
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: npm run-script test-e2e-cy

- name: Set up Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand All @@ -443,7 +443,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: npm
Expand Down

0 comments on commit 0641464

Please sign in to comment.