Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Move back to Node.js 16 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jan 18, 2024
1 parent f64dd84 commit 00f3c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml β†’ .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: CI

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
- name: Install
run: npm install
Expand Down

0 comments on commit 00f3c4b

Please sign in to comment.