Use Node LTS to resolve punycode deprecation notice (#9)

* add punycode

* use lts
This commit is contained in:
Evan Simkowitz
2024-09-23 15:06:16 -07:00
committed by GitHub
parent b1a22a37b2
commit 43a55cb4df
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: Deploy to GitHub Pages
env:
NODE_VERSION: 22
NODE_VERSION: 20
on:
push:
@@ -25,7 +25,7 @@ jobs:
- name: Install yarn
run: |
corepack enable
yarn install --frozen-lockfile
yarn install
- name: Build website
run: yarn build
+2 -2
View File
@@ -1,7 +1,7 @@
name: Test deployment
env:
NODE_VERSION: 22
NODE_VERSION: 20
on:
pull_request:
@@ -24,6 +24,6 @@ jobs:
- name: Install yarn
run: |
corepack enable
yarn install --frozen-lockfile
yarn install
- name: Test build website
run: yarn build