Skip to content

Commit

Permalink
fix: use Node 16 as runner, update dependencies (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Sep 19, 2022
1 parent 3e9b960 commit 419c4fb
Show file tree
Hide file tree
Showing 30 changed files with 44,256 additions and 33,621 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
node-version-file: .nvmrc
- run: npm install --save-dev @semantic-release/git
- run: npx semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
- run: npm test
6 changes: 6 additions & 0 deletions .github/workflows/twitter-together.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
- name: Preview
Expand All @@ -22,6 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
- name: Tweet
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ branding:
icon: cast
color: blue
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit 419c4fb

Please sign in to comment.