Skip to content

Commit

Permalink
ci: use Node.js 16 (#25)
Browse files Browse the repository at this point in the history
* ci: use Node.js 16

* ci: run on PRs
  • Loading branch information
dsanders11 authored Nov 29, 2023
1 parent 77215e1 commit deb627c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push]
on:
push:
pull_request:
branches:
- main

jobs:
build:
Expand All @@ -10,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- name: Restore Cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit deb627c

Please sign in to comment.