Skip to content

Commit

Permalink
fix: bump dependencies (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jul 11, 2023
1 parent 7090f62 commit bf8eeae
Show file tree
Hide file tree
Showing 4 changed files with 9,567 additions and 23,639 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand All @@ -11,7 +15,7 @@ jobs:
- name: setup node
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit bf8eeae

Please sign in to comment.