Skip to content

Commit

Permalink
fix(ci): use Node 18 (denoland#17355)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Jan 11, 2023
1 parent b0eaa0b commit cc4bc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const installPythonSteps = [{
const installNodeStep = {
name: "Install Node",
uses: "actions/setup-node@v3",
with: { "node-version": 17 },
with: { "node-version": 18 },
};
const installDenoStep = {
name: "Install Deno",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18
if: steps.exit_early.outputs.EXIT_EARLY != 'true'
- name: Setup gcloud (unix)
if: |-
Expand Down

0 comments on commit cc4bc2c

Please sign in to comment.