Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 27, 2024
1 parent 5890cfb commit 0642dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x, 18.x, 20.x ]
os: [windows-latest, ubuntu-latest, macOS-latest]

# Go
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Notify
uses: homoluctus/slatify@master
# Only fire alert once
if: github.ref == 'refs/heads/master' && failure() && matrix.node-version == '14.x' && matrix.os == 'ubuntu-latest'
if: github.ref == 'refs/heads/master' && failure() && matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest'
with:
type: ${{ job.status }}
job_name: '*Build*'
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: lts/*
registry-url: https://registry.npmjs.org/

- name: Install
Expand All @@ -89,7 +89,7 @@ jobs:
# Set up Node again, this time using GitHub as the publish target
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: lts/*
registry-url: https://npm.pkg.github.com/

# Change package org (@smallwins on GitHub vs @begin on NPM)
Expand Down

0 comments on commit 0642dfd

Please sign in to comment.