Skip to content

Commit

Permalink
fix(ci): Upgrade Node from 16.x to 18.x
Browse files Browse the repository at this point in the history
16.x reached end of life in September and our dependencies no longer
support it.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Jun 7, 2024
1 parent a34f8f9 commit ac5f52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: verify

on:
push:
branches: [master]
pull_request_target:
branches: [main]
pull_request:

jobs:
all:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16.x
node-version: 18.x

- name: Install
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
18.20.3

0 comments on commit ac5f52d

Please sign in to comment.