Skip to content

Commit

Permalink
test with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jan 16, 2024
1 parent b76cd96 commit dc426da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
image: node
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- name: save cache
uses: actions/cache@v2
Expand All @@ -35,10 +35,10 @@ jobs:
image: node
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: download cache
uses: actions/cache@v2
with:
Expand All @@ -55,10 +55,10 @@ jobs:
image: node
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: download cache
uses: actions/cache@v2
with:
Expand Down

1 comment on commit dc426da

@vercel
Copy link

@vercel vercel bot commented on dc426da Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.