Skip to content

Bump @types/node from 20.6.5 to 20.8.0 #747

Bump @types/node from 20.6.5 to 20.8.0

Bump @types/node from 20.6.5 to 20.8.0 #747

Workflow file for this run

name: Dev
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test
run: |
yarn install
yarn test
sample:
runs-on: ubuntu-latest
needs: [test]
if: github.ref == 'refs/heads/main'
name: Sample
steps:
- name: Run Action
uses: llun/feeds@main
with:
storageType: files