Skip to content

Commit

Permalink
create cfpages workflow with node version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Sep 8, 2023
1 parent 1d834ac commit 2a3c31a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]

name: Publish to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 16.x

- name: Cache node modules
id: cache-npm
Expand Down

0 comments on commit 2a3c31a

Please sign in to comment.