Skip to content

Commit

Permalink
fix(CI): update ubuntu runner and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Nov 30, 2023
1 parent 50c3b96 commit 7957087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
# Machine environment:
# https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
# We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
runs-on: ubuntu-20.04
runs-on: ubuntu-20.10

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.10.0
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 20.9.0
uses: actions/setup-node@v4
with:
node-version: 18.10.0
node-version: 20.9.0
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --no-progress
- name: Lint Demo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.10.0
v20.9.0

0 comments on commit 7957087

Please sign in to comment.