Skip to content

Commit

Permalink
build: update CI for Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 7, 2023
1 parent f8f72b1 commit 7a14051
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on: [push, pull_request]

env:
NODE_OPTIONS: "--openssl-legacy-provider"

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,7 +23,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -29,7 +32,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 16.18.1
node-version: 20
cache: "yarn"
- name: Install Yarn dependencies
run: |
Expand Down

0 comments on commit 7a14051

Please sign in to comment.