Skip to content

Commit

Permalink
Merge pull request #269 from mdb/packageupgrades
Browse files Browse the repository at this point in the history
Package upgrades
  • Loading branch information
mdb committed Dec 16, 2022
2 parents cac92ed + 44df13c commit e4e5794
Show file tree
Hide file tree
Showing 7 changed files with 1,074 additions and 171 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
@@ -1,4 +1,6 @@
---
name: build-and-test

on:
pull_request:
push:
Expand All @@ -8,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.1
with:
node-version: 16.x
node-version-file: '.nvmrc'
- run: npm install
- run: npm run all
- name: Compare expected and actual dist/ directories
Expand All @@ -25,9 +27,9 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.1
with:
node-version: 16.x
node-version-file: '.nvmrc'
- uses: ./
with:
tag: 0.0.0
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
18

0 comments on commit e4e5794

Please sign in to comment.